home *** CD-ROM | disk | FTP | other *** search
- package sun.applet;
-
- import java.applet.Applet;
-
- final class AppletPanel$3 implements Runnable {
- // $FF: synthetic field
- final AppletPanel val$p;
- // $FF: synthetic field
- final Applet val$a;
- // $FF: synthetic field
- final AppletPanel this$0;
-
- AppletPanel$3(AppletPanel var1, AppletPanel var2, Applet var3) {
- this.this$0 = var1;
- this.val$p = var2;
- this.val$a = var3;
- }
-
- public void run() {
- this.val$p.validate();
- this.val$a.setVisible(true);
- if (this.this$0.hasInitialFocus()) {
- AppletPanel.access$000(this.this$0);
- }
-
- }
- }
-